&:hover {
background-color: mix(black, $selected_bg_color, 10%);
}
+ &:backdrop { background-color: $selected_bg_color; }
}
&:backdrop:hover {
@extend %undecorated_button;
box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.5); }
.list-row.button:selected:hover {
background-color: #1d538c; }
+ .list-row.button:selected:backdrop {
+ background-color: #215d9c; }
.list-row:selected .button {
color: #eeeeec;
box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.5); }
.list-row.button:selected:hover {
background-color: #4281c3; }
+ .list-row.button:selected:backdrop {
+ background-color: #4a90d9; }
.list-row:selected .button {
color: #2e3436;